Connecting to PXI Modular Instruments

In order for BenchVue to recognize and communicate with a PXI modular instrument, you must first enable the HiSLIP interface from the instrument's Soft Front Panel (SFP). HiSLIP is available ONLY when the SFP has already been launched.

Note: For more information on configuring and using your PXI modular instrument, please refer to the documentation provided with the instrument.

Firewall Configuration

The PXI instrument will advertise itself using a specific TCPIP port (e.g., Port 4880). You must configure your computer firewall to enable communication through this port. You can then connect to the instrument and send SCPI commands using a VISA address with the following format:

TCPIP0::<PXI_controller_name>::hislip0::INSTR

For example, if your PXI controller is named myPXI, the TCPIP connection string would be:

TCPIP0::myPXI::hislip0::INSTR

When configuring an embedded controller, or when configuring an external computer connected using a PXIe cable, be sure to replace PXI_controller_name with Localhost. For example:

TCPIP0::Localhost::hislip0::INSTR

Add TCPIP Connection String to Connection Expert

After enabling the HiSLIP interface, you will need to manually add the TCPIP connection string using Connection Expert, which is part of the Keysight IO Libraries Suite. Launch Connection Expert and add the connection string as a new LAN instrument. After refreshing the BenchVue Instrument Panel, the PXI instrument should appear on the bench.